projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffd7682
)
(main) [MSDOS]: Always call tzset, not init__gettimeofday.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 12 Apr 1996 22:59:58 +0000
(22:59 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 12 Apr 1996 22:59:58 +0000
(22:59 +0000)
src/emacs.c
patch
|
blob
|
history
diff --git
a/src/emacs.c
b/src/emacs.c
index ddc88607ebd84ab89c237e7397843001b488a274..5a603e3d1392d4fab62b2885f3b935981e16cd2b 100644
(file)
--- a/
src/emacs.c
+++ b/
src/emacs.c
@@
-790,13
+790,7
@@
Usage: %s [-t term] [--terminal term] [-nw] [--no-windows] [--batch]\n\
if (initialized)
init_environment (argc, argv, skip_args);
else
- {
-#if __DGJPP__ >= 2
- tzset ();
-#else
- init_gettimeofday ();
-#endif
- }
+ tzset ();
#endif /* MSDOS */
#ifdef WINDOWSNT